//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "view
tickets",
tixUrl : "http://www.ticketnetwork.com/tix/",
trackingParams : "",
custLink : true,
//depricated
kbid : "",
//Overwrittable functions
trackingLink :"",
CreateCustomUrl : function(row) {
return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx";
},
CreateEventRow : function(row, isAlt) {
return "
" +
row[0] +" | " +
row[1] +" " +
row[2] +" | " +
row[3] +" " +
row[4] + " " +
row[5] + " | "+ this.linkText+ " |
";
},
AddCss: function(cssUrl) {
var fileref=document.createElement("link");
fileref.setAttribute("rel", "stylesheet");
fileref.setAttribute("type", "text/css");
fileref.setAttribute("href", cssUrl);
document.getElementsByTagName("head")[0].appendChild(fileref);
},
CreateTable : function(eventData,kywrds,url) {
if(typeof(TN_SetWidgetOptions) == "function")
TN_SetWidgetOptions();
//for backwards compatability
if(this.kbid != "")
this.trackingParams = "?img=249&kbid="+this.kbid;
var newTable = [];
for(var cntr = 0; cntr < eventData.length; cntr++)
newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = '' + newTable.join('') + '
';
} else
document.write('' + newTable.join('') + '
');
if(eventData.length >= 100 && kywrds != undefined) {
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML += '';
} else {
document.write("");
}
}
if(eventData.length > 0) {
document.getElementById("previewNote").style.display = "none";
}
}
};
}();
//BPW-TNSERV-01A
TN_Widget.CreateTable([['Mrs. Doubtfire - The Musical','Rudder Auditorium','College Station, TX','Tuesday','10/7/2025','7:30 PM','7170415','Mrs--Doubtfire---The-Musical-10-7-2025'],['Mrs. Doubtfire - The Musical','Rudder Auditorium','College Station, TX','Wednesday','10/8/2025','7:30 PM','7170416','Mrs--Doubtfire---The-Musical-10-8-2025'],['Soweto Gospel Choir','Rudder Auditorium','College Station, TX','Tuesday','10/21/2025','7:30 PM','7170417','Soweto-Gospel-Choir-10-21-2025'],['Mutts Gone Nuts: Unleashed','Rudder Auditorium','College Station, TX','Saturday','11/1/2025','11:00 AM','7170418','Mutts-Gone-Nuts--Unleashed-11-1-2025'],['Mutts Gone Nuts: Unleashed','Rudder Auditorium','College Station, TX','Saturday','11/1/2025','4:00 PM','7170419','Mutts-Gone-Nuts--Unleashed-11-1-2025'],['The New York Tenors','Rudder Auditorium','College Station, TX','Tuesday','11/18/2025','7:30 PM','7170420','The-New-York-Tenors-11-18-2025'],['The Choir Of Man','Rudder Auditorium','College Station, TX','Wednesday','1/21/2026','7:30 PM','7170421','The-Choir-Of-Man-1-21-2026'],['The Choir Of Man','Rudder Auditorium','College Station, TX','Thursday','1/22/2026','7:30 PM','7170422','The-Choir-Of-Man-1-22-2026'],['Richard Thomas in Mark Twain Tonight!','Rudder Auditorium','College Station, TX','Wednesday','1/28/2026','7:30 PM','7170423','Richard-Thomas-in-Mark-Twain-Tonight--1-28-2026'],['Richard Thomas in Mark Twain Tonight!','Rudder Auditorium','College Station, TX','Thursday','1/29/2026','7:30 PM','7170424','Richard-Thomas-in-Mark-Twain-Tonight--1-29-2026'],['The Simon & Garfunkel Story','Rudder Auditorium','College Station, TX','Tuesday','2/17/2026','7:30 PM','7170425','The-Simon---Garfunkel-Story-2-17-2026'],['Dog Man - The Musical','Rudder Auditorium','College Station, TX','Saturday','2/21/2026','11:00 AM','7170426','Dog-Man---The-Musical-2-21-2026'],['Dog Man - The Musical','Rudder Auditorium','College Station, TX','Saturday','2/21/2026','4:00 PM','7170427','Dog-Man---The-Musical-2-21-2026'],['The Music Man','Rudder Auditorium','College Station, TX','Tuesday','3/17/2026','7:30 PM','7170408','The-Music-Man-3-17-2026'],['The Music Man','Rudder Auditorium','College Station, TX','Wednesday','3/18/2026','7:30 PM','7170409','The-Music-Man-3-18-2026'],['Blue Man Group','Rudder Auditorium','College Station, TX','Tuesday','3/31/2026','7:30 PM','7170413','Blue-Man-Group-3-31-2026'],['Blue Man Group','Rudder Auditorium','College Station, TX','Wednesday','4/1/2026','7:30 PM','7170414','Blue-Man-Group-4-1-2026']],'Rudder Auditorium','http://www.ticketnetwork.com/ticket/Rudder-Auditorium-events.aspx');